Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactors server sent event handling in workbench-app to fix excessive reconnects; removes old workflows and interact ux #261

Merged
merged 15 commits into from
Nov 24, 2024

Conversation

bkrabach
Copy link
Collaborator

Elevates handling of SSE to route level component and adds hooks for adding/removing listeners from any child component without having to pass through props. Adds more logging as there was a swallowed error transforming events that was triggering retries even after new design - going forward, it'll be more obvious if there is an error causing this - or if there are 400/500 errors coming from the service.

Instead of updating the old workflows & interact UX components, I went ahead and removed them since they are no longer needed.

@bkrabach bkrabach merged commit 0dd996f into microsoft:main Nov 24, 2024
13 checks passed
@bkrabach bkrabach deleted the brkrabac/event-source branch November 24, 2024 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant